Data is stored in tables. As an example, your system address book that you use for your e-mail addresses is a table of the address book database. Each address is a data record, presented as a row in that table. The data records consist of data fields, for example the first and the last name fields and the e-mail field.
データはテーブルに格納されます。たとえば、電子メールアドレス用に使用するシステムアドレス帳は、アドレス帳データベースのテーブルです。各アドレスは、そのテーブル内の行として表されるデータレコードです。データレコードは、姓名のフィールドや電子メールフィールドなど、データフィールドから構成されます。
In Office you can create a new table using the Table Wizard:
Office では、テーブルウィザード を使用して新しいテーブルを作成できます。
Open the database file where you want to create the new table.
新しいテーブルを作成するデータベースファイルを開きます。
In the left pane of the database window, click the Tables icon.
データベースウィンドウの左区画で、テーブル アイコンをクリックします。
Click Use Wizard to Create Table.
ウィーザードを使用してテーブルを作成 をクリックします。
Open the database file where you want to create the new table.
新しいテーブルを作成するデータベースファイルを開きます。
In the left pane of the database window, click the Tables icon.
データベースウィンドウの左区画で、テーブル アイコンをクリックします。
Click Create Table in Design View.
デザイン表示でテーブルを作成 をクリックします。
You see the Table Design window.
テーブルデザイン ウィンドウが表示されます。
Some database types support table views. A table view is a query that is stored with the database. For most database operations, a view can be used as you would use a table.
一部のデータベースの種類はテーブルビューをサポートしています。テーブルビューとは、データベースとともに格納されるクエリーです。ほとんどのデータベース処理では、ビューは、テーブルを使用するのと同じように使用できます。
Open the database file where you want to create the new table view.
新しいテーブルビューを作成するデータベースファイルを開きます。
In the left pane of the database window, click the Tables icon.
データベースウィンドウの左区画で、テーブル アイコンをクリックします。
Click Create Table View.
ビューを作成 をクリックします。
You see the View Design window, which is almost the same as the Query Design window.
クエリーデザイン ウィンドウとほぼ同じ「ビューデザイン」ウィンドウが表示されます。